home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / update-motd.d / 00-header next >
Text File  |  2009-07-13  |  149b  |  7 lines

  1. #!/bin/sh
  2.  
  3. # Header for /etc/motd
  4. # These two lines were taken from /etc/init.d/bootlogs.sh
  5. uname -snrvm
  6. [ -f /etc/motd.tail ] && cat /etc/motd.tail
  7.